About HTML Tags
Getting Web Space
Horizontal Lines
Break
Paragraphs
Center Alignment
Colors
Adding Images
Adding Links
Adding Background Images































































Paragraphs

Paragraphs are pretty simple...I'm sure you know what they mean, so I'll skip straight to the code:

<p>

Simple, eh? And, when you've reached the end of the paragraph, here's the "end" code:

</p>

That's it for paragraphs!